how to generating links with a img html tag using volt? such as
<a href="some link">
<img src="some_image.jpg">
</a>
and i know there is {{ link_to("products/search", "Search") }} and {{ image("img/hello.gif") }}
how to generating links with a img html tag using volt? such as
<a href="some link">
<img src="some_image.jpg">
</a>
and i know there is {{ link_to("products/search", "Search") }} and {{ image("img/hello.gif") }}